AltStyle Property (RSI<T>)
In This Topic
Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.
Syntax
'Declaration
Public ReadOnly Property AltStyle As SVGStyle
public SVGStyle AltStyle {get;}
See Also